﻿2026-08-28T10:25:52.2934556Z ##[group]Run actions/checkout@v5
2026-08-28T10:25:52.2934929Z with:
2026-08-28T10:25:52.2935210Z   repository: SaberMage/spt-shell-notify
2026-08-28T10:25:52.2935541Z   path: .adapter-notify
2026-08-28T10:25:52.2937585Z   token: ***
2026-08-28T10:25:52.2937862Z   ssh-strict: true
2026-08-28T10:25:52.2938127Z   ssh-user: git
2026-08-28T10:25:52.2938406Z   persist-credentials: true
2026-08-28T10:25:52.2938697Z   clean: true
2026-08-28T10:25:52.2939108Z   sparse-checkout-cone-mode: true
2026-08-28T10:25:52.2939428Z   fetch-depth: 1
2026-08-28T10:25:52.2939709Z   fetch-tags: false
2026-08-28T10:25:52.2939980Z   show-progress: true
2026-08-28T10:25:52.2940261Z   lfs: false
2026-08-28T10:25:52.2940518Z   submodules: false
2026-08-28T10:25:52.2940800Z   set-safe-directory: true
2026-08-28T10:25:52.2941124Z   allow-unsafe-pr-checkout: false
2026-08-28T10:25:52.2941424Z env:
2026-08-28T10:25:52.2941824Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-QDxvKg
2026-08-28T10:25:52.2942482Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-QDxvKg
2026-08-28T10:25:52.2943021Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-QDxvKg
2026-08-28T10:25:52.2943561Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33161278940-1-QDxvKg
2026-08-28T10:25:52.2943991Z ##[endgroup]
2026-08-28T10:25:52.3640355Z Syncing repository: SaberMage/spt-shell-notify
2026-08-28T10:25:52.3645321Z ##[group]Getting Git version info
2026-08-28T10:25:52.3645860Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-28T10:25:52.3667681Z [command]/usr/bin/git version
2026-08-28T10:25:52.3699095Z git version 2.43.0
2026-08-28T10:25:52.3714939Z ##[endgroup]
2026-08-28T10:25:52.3721603Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a7d0b742-4c43-4f32-8b54-8475d372a2ee/.gitconfig'
2026-08-28T10:25:52.3728447Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a7d0b742-4c43-4f32-8b54-8475d372a2ee' before making global git config changes
2026-08-28T10:25:52.3729382Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T10:25:52.3731524Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-28T10:25:52.3758099Z ##[group]Initializing the repository
2026-08-28T10:25:52.3761328Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-28T10:25:52.3820450Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T10:25:52.3821208Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-28T10:25:52.3821875Z hint: of your new repositories, which will suppress this warning, call:
2026-08-28T10:25:52.3822377Z hint: 
2026-08-28T10:25:52.3822797Z hint: 	git config --global init.defaultBranch <name>
2026-08-28T10:25:52.3823246Z hint: 
2026-08-28T10:25:52.3824013Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T10:25:52.3824685Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T10:25:52.3825209Z hint: 
2026-08-28T10:25:52.3825560Z hint: 	git branch -m <name>
2026-08-28T10:25:52.3826266Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-28T10:25:52.3832354Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-28T10:25:52.3858108Z ##[endgroup]
2026-08-28T10:25:52.3858757Z ##[group]Disabling automatic garbage collection
2026-08-28T10:25:52.3860571Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T10:25:52.3885884Z ##[endgroup]
2026-08-28T10:25:52.3886402Z ##[group]Setting up auth
2026-08-28T10:25:52.3891023Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T10:25:52.3915891Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T10:25:52.4098924Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T10:25:52.4124828Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T10:25:52.4311817Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T10:25:52.4336595Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T10:25:52.4527899Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T10:25:52.4559298Z ##[endgroup]
2026-08-28T10:25:52.4559885Z ##[group]Determining the default branch
2026-08-28T10:25:52.4562151Z Retrieving the default branch name
2026-08-28T10:25:52.8678416Z Default branch 'main'
2026-08-28T10:25:52.8679623Z ##[endgroup]
2026-08-28T10:25:52.8680378Z ##[group]Fetching the repository
2026-08-28T10:25:52.8684813Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-28T10:25:53.4474154Z From https://github.com/SaberMage/spt-shell-notify
2026-08-28T10:25:53.4474632Z  * [new branch]      main       -> origin/main
2026-08-28T10:25:53.4490753Z ##[endgroup]
2026-08-28T10:25:53.4491427Z ##[group]Determining the checkout info
2026-08-28T10:25:53.4493810Z ##[endgroup]
2026-08-28T10:25:53.4498285Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T10:25:53.4535979Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T10:25:53.4568889Z ##[group]Checking out the ref
2026-08-28T10:25:53.4572226Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-28T10:25:53.4611527Z Switched to a new branch 'main'
2026-08-28T10:25:53.4612549Z branch 'main' set up to track 'origin/main'.
2026-08-28T10:25:53.4615701Z ##[endgroup]
2026-08-28T10:25:53.4650627Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T10:25:53.4673748Z ee2d37eadc730c0019e0af82d683074c509634a2
